home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 26.zip / BS1 part 26 / Grabbit 1.2.adf / s / startgrab < prev    next >
Text File  |  1988-02-16  |  1KB  |  40 lines

  1.  
  2. .K volume, grab
  3. failat 25
  4. echo "This utility will start GRABBiT from the GRABBiT disk and then"
  5. echo "re-assign all system resources to your application disk, allowing"
  6. echo "disks with no printing resources to be used with GRABBiT."
  7. echo "The usage of this command is as follows:"
  8. echo "(After booting with the GRABBiT disk.)"
  9. echo "execute StartGrab volume devicename"
  10. echo "Where volume is the name of the volume to boot from and"
  11. echo "devicename is the place where you'd like to have pictures saved to."
  12. copy grabbit_1.2:c/assign ram:
  13. copy grabbit_1.2:c/ask ram:
  14. copy grabbit_1.2:c/execute ram:
  15. copy grabbit_1.2:c/delete ram:
  16. copy grabbit_1.2:c/path ram:
  17. copy grabbit_1.2:c/if ram:
  18. copy grabbit_1.2:c/endif ram:
  19.  
  20. grabbit
  21. cd ram:
  22.  
  23. assign grab: <grab$ram:>
  24. assign sys: <volume$df0:>
  25. assign fonts: <volume$df0:>fonts
  26. assign devs: <volume$df0:>Devs
  27. assign libs: <volume$df0:>libs
  28. assign c: <volume$df0:>c
  29. assign l: <volume$df0:>l
  30. assign s: <volume$df0:>s
  31. path add <volume$df0:>
  32.  
  33. delete ram:assign
  34. delete ram:path
  35. delete ram:ask
  36. delete ram:if
  37. delete ram:endif
  38. delete ram:delete
  39. execute startup-sequence
  40.